home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / Dirty-Amp V 0.2.0.wal / xml / player-shade.xml < prev    next >
Encoding:
Text File  |  2002-01-21  |  3.2 KB  |  141 lines

  1.    <!-- Player:Windowshade Mode -->
  2.  
  3. <layout id="shade" background="player.winshade.bg" desktopalpha="1">
  4.  
  5.  
  6.  
  7.     <!-- Playback buttons -->
  8.     <button 
  9.       id="Previous"
  10.       action="PREV" 
  11.       x="134" y="4"
  12.       h="17" w="18" 
  13.       image="player.winshade.previous" 
  14.       downImage="player.winshade.previous.pressed" 
  15.       tooltip="Previous"
  16.     />
  17.     <button
  18.       id="Play"
  19.       action="PLAY"
  20.       x="154" y="4"
  21.       h="17" w="18"
  22.       image="player.winshade.play"
  23.       downImage="player.winshade.play.pressed"
  24.       tooltip="Play"
  25.     />
  26.     <button
  27.       id="Pause"
  28.       action="PAUSE"
  29.       x="173" y="4"  
  30.       h="17" w="18"
  31.       image="player.winshade.pause"
  32.       downImage="player.winshade.pause.pressed"
  33.       tooltip="Pause"
  34.     />
  35.     <button
  36.       id="Stop"
  37.       action="STOP"
  38.       x="192" y="4"
  39.       h="17" w="18"
  40.       image="player.winshade.stop"
  41.       downImage="player.winshade.stop.pressed"
  42.       tooltip="Stop"
  43.     />
  44.     <button
  45.       id="Next"
  46.       action="NEXT"
  47.       x="211" y="4"
  48.       h="17" w="18"
  49.       image="player.winshade.next"
  50.       downImage="player.winshade.next.pressed"
  51.       tooltip="Next"
  52.     />
  53.  
  54.     <!-- Timer -->
  55.  
  56.     <text
  57.       id="timer"
  58.       display="time"
  59.       x="83" y="7"
  60.       w="40" h="10"
  61.       font="player.main.ttf" fontsize="14" align="right" color="0,0,0" 
  62.     />
  63.     
  64.     <!-- Sound Analyzer -->
  65.     <vis
  66.       id="vis"
  67.       x="37" y="7"
  68.       w="43" h="10"
  69.       colorband1="0,25,43" 
  70.       colorband2="0,25,43" 
  71.       colorband3="0,25,43"  
  72.       colorband4="0,25,43"  
  73.       colorband5="0,25,43"   
  74.       colorband6="0,25,43"  
  75.       colorband7="0,25,43"  
  76.       colorband8="0,25,43" 
  77.       colorband9="0,25,43" 
  78.       colorband10="0,25,43"   
  79.       colorband11="0,25,43"   
  80.       colorband12="0,25,43"  
  81.       colorband13="0,25,43" 
  82.       colorband14="0,25,43" 
  83.       colorband15="0,25,43" 
  84.       colorband16="0,25,43" 
  85.       colorbandpeak="235,235,255" 
  86.       colorosc1="0,25,43" 
  87.       colorosc2="178,181,209"  
  88.       colorosc3="0,0,0"  
  89.       colorosc4="178,181,209"  
  90.       colorosc5="0,25,43" 
  91.     />
  92.  
  93.  
  94.     <!-- Titlebar buttons -->
  95.     <button
  96.       id="sysbutton"
  97.       action="SYSMENU"
  98.       x="5" y="4"
  99.       h="6" w="6"
  100.       image="player.button.menu"
  101.       downImage="player.button.menu.pressed"
  102.     />
  103.     <layer
  104.       id="blah"
  105.       dblClickAction="SWITCH;normal"
  106.       x="15" y="6"
  107.       h="14" w="14"
  108.       image="player.shade.dbl.click.mode"
  109.     />
  110.     <button
  111.       id="Minimize"
  112.       action="MINIMIZE"
  113.       x="232" y="4" 
  114.       h="6" w="6"
  115.       image="player.button.minimize"
  116.       downImage="player.button.minimize.pressed"
  117.       tooltip="Minimize Winamp"
  118.     />
  119.     <button
  120.       id="winshade" tooltip="Toggle Windowshade mode"
  121.       action="SWITCH" param="normal"
  122.       x="241" y="4"
  123.       h="6" w="6"
  124.       image="player.button.winshade"
  125.       downImage="player.button.winshade.pressed"
  126.     />
  127.     <button
  128.       id="Close"
  129.       action="CLOSE"
  130.       x="249" y="4"
  131.       h="6" w="6"
  132.       image="player.button.close"
  133.       downImage="player.button.close.pressed"
  134.       tooltip="Exit Winamp"
  135.     />
  136.  
  137. <layer id="glass" x="32" y="5" image="dirt2" ghost="1" />
  138.  
  139.  
  140.    </layout>
  141.